home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / StartupTools / IffBoot.lzh / IffBoot.doc < prev    next >
Text File  |  1992-12-25  |  4KB  |  78 lines

  1. IffBoot  V1.0    Copyright Colin Bell  1992.   Freely Distributable
  2. ====================================================================
  3.  
  4. This program was inspired by BOOTLOGO V1.0 by Markus Illenseer.
  5. The idea being that normally, if you remove all text output during the
  6. startup-sequence/user-startup you will see only a white(2.0) or black(3.0)
  7. screen while the startup is executed. Wouldn't it be nice to display a
  8. picture instead that went away as soon as the Workbench opens up.
  9. His program displayed a hacked MSWindows logo during bootup which disappears 
  10. as soon as the WB screen appears. It was a nice idea & looked pretty funny with
  11. the Commodore Windows Logo. Except, I HATED THE LOGO. It said V37.175 when I
  12. am running V39.106 for a start. We all know that the Amiga 2.0/3.0 GUI rules
  13. and the bootlogo made me feel like the Amiga windows environment was somehow
  14. derived from MSWindows.
  15.   
  16. Well in his notes he mentioned he will be doing a version that will load any
  17. IFF picture in the future but I just couldn't wait. I already had an IffViewer
  18. fully coded in assembler & only had to spend about half an hour to convert it
  19. into IffBoot. So now you can display any IFF ILBM during bootup & it'll exit
  20. when the WB appears. The viewer automatically enables Borderblanking on the
  21. ECS chipset & automatically centres the picture on the screen. 
  22.  
  23. Note that when IPREFS is run in your startup-sequence you may see the screen
  24. move slightly. This cannot be helped I'm afraid. The program can only be run
  25. on WB2.04 or higher (V37+) & has been tested on WB3. It requires 
  26. iffparse.library in your LIBS directory.
  27.  
  28. Included is the original Commodore-Windows pic which was captured from BootLogo
  29. as well as a new Commodore-Workbench picture which was done by Justin
  30. Trevena especially for this release. Thanks Justin! There is also a picture
  31. showing you which fonts he used so that you can update the version numbers.
  32. As a special bonus theres two cool FarSide pictures also by Justin!
  33.  
  34. To Use it:
  35.  
  36. Put in startup-sequence: run >nil: iffboot <picname>
  37.  
  38. Put it straight after SETPATCH!. Don't put it in user-startup because by the
  39. time user-startup starts the bootup is half over!
  40. For the best effect. Remove anything that outputs text to the initial cli. It
  41. will only open if it has to & won't open at all if nothing writes to it.
  42. This will speed things up as well!!
  43.  
  44. eg. Remove  "echo "Workbench version $Workbench  etc"
  45.  
  46. and send others to nil: 
  47.                            
  48. eg "CPU >nil: cache burst"
  49.    "addbuffers >nil: df0: 15"
  50.    "SETPATCH QUIET"  or "setpatch >nil"
  51.     
  52. =============================================================================
  53. IffBoot is Copyright Colin Bell  1992.   Freely Distributable
  54. -------------------------------------------------------------
  55. Commodore and the Commodore Logo are registered trademarks of
  56. Commodore-Amiga Inc.
  57. Amiga, Amiga Workbench & Amiga Kickstart are trademarks of
  58. Commodore-Amiga Inc.
  59.  
  60.  No representations or warranties are made with respect to the accuracy,
  61.  reliability, performance or operation of this software, and all such use is
  62.  at your own risk. The author does not assume any responsibilty or liability
  63.  whatsoever with respect to your use of this software.
  64.  
  65.  IffBoot V1 may not be included with any commercial product nor may it be
  66.  sold for profit either separately or as part of a compilation without
  67.  my permission. It may be included in non-profit disk collections such as the
  68.  Fred Fish collection. It may be archived & uploaded to electronic bulletin
  69.  board systems as long as all files remain together & unaltered.
  70.  
  71. ==============================================================================
  72. If you wish to contact Myself or Justin, we can both be contacted on 
  73. "The Engineering Connection" BBS. In Australia call (02)524-1584
  74. Outside Australia call +61 2 524-1584.
  75. Or Via Fidonet:  3:714/909.12
  76.        AmigaNet: 41:200/584
  77.  
  78. Apologies to Markus Illenseer.